Each command plays on the stage very quickly!

Wait commands pause the program so the user has time to read the text or see the action before it changes.

  • Go to . Drag Wait into the bottom of your program.
  • Drag Move Right into your program, after the .wait() command.
  • Click Run and watch your program run!


To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("park") sprite = codesters.Sprite("person3") sprite.glide_to(-100, 50) # sprite = codesters.Text("text", x, y, "color") text = codesters.Text("I went to the park!", 0, -200, "blue")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)